home *** CD-ROM | disk | FTP | other *** search
- LW.TXT This is a text file from Allen
- Hastings describing the Lightwave
- Object file format.
-
- LWObj.rexx This is an AREXX script which parses
- through a Lightwave object file and
- reports some things about it. It can
- be used as a "skeleton" for other
- more exciting things. It was used as
- a testing tool for creating the
- other scripts here.
-
- CopyScene.rexx This is an AREXX script which will
- copy a LW scene file and all
- associated files from the source to
- the destination drive:directory. As
- it copies the files over to the
- destination it changes the
- references to the destination so NO
- MORE requestor "Can not find Object
- or image Choose an Alternative?" in
- Lightwave layout! (This script
- changes the destination names of the
- copied files in the scene file and
- objects files!)
-
- ChkScene.rexx This is an AREXX script which will
- check a Lightwave scene file and all
- files referenced by it to make sure
- they are found where the reference
- to them points.
-
- ChkScenes.rexx This is an AREXX script which does
- the same thing as ChkScene but will
- search an entire drive: or
- drive:directory and all
- subdirectories and check all scene
- files it finds.
-
-
- The syntax of each script will be given if no parameters (or incorrect
- parameters are given. Also, further documentation on each script is in the
- comments at the beginning of each script.
-